From f449255e50e2174e73e915245a14e5540b425f93 Mon Sep 17 00:00:00 2001 From: Hilko Bengen Date: Thu, 23 May 2013 19:20:17 +0200 Subject: [PATCH] perl: revert failed attempt at building out-of-tree, set PERL5LIB correctly for bindtests Gbp-Pq: Name 0001-perl-revert-failed-attempt-at-building-out-of-tree-s.patch --- perl/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/perl/Makefile.am b/perl/Makefile.am index 1eb0469f..1cbdff20 100644 --- a/perl/Makefile.am +++ b/perl/Makefile.am @@ -78,8 +78,7 @@ clean-local: rm -f Makefile-pl install-data-hook: - $(MAKE) -C $(srcdir) -f $(abs_builddir)/Makefile-pl \ - DESTDIR=$(DESTDIR) install + $(MAKE) -f Makefile-pl DESTDIR=$(DESTDIR) install endif -- 2.30.2